home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / DefineSprite_241 / frame_1 / DoAction.as
Text File  |  2005-05-05  |  185b  |  11 lines

  1. bt1.onRelease = function()
  2. {
  3.    _root.web.Close();
  4. };
  5. bt2.onRelease = function()
  6. {
  7.    _root.web.Close();
  8.    getUrl("http://www.sci.co.uk", "_blank");
  9.    fscommand("quit");
  10. };
  11.